/** select2.css */

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
    color: #222;
}
.form-control.select2-container {
    min-width: 80px;
    border: 1px solid #ddd;
    height: 22px;
    overflow: hidden;
}
.control-group .form-control.select2-container {
    border-top: none;
    border-right: none;
    border-left: none;
}
.select2-container:not(.select2-container-multi) {
    border: 1px solid #ddd;
}

.select2-container .select2-choice {
    height: 22px;
    line-height: 22px;
    border: none;
    box-shadow: none;
}
.select2-choice > span:first-child,
.select2-chosen,
.select2-container .select2-choices .select2-search-field input {
    padding: 0px 6px;  
}
.select2-container-multi .select2-choices {
    min-height: 22px;
}

/* carret */
.select2-container .select2-choice .select2-arrow {
    width: 10px;
}
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: -6px -2px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 10px;
}


.select2-results .select2-result-label {
    word-wrap: break-word;
}

/** single-multiple select2 */
.select2-container.select2-container-multi:not(.select2-dropdown-open) .select2-search-field input {
    width: 0px !important;
    padding: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
    /* add some space to click on the right side */
    margin: 2px 15px 2px 2px;
    height: 18px;
    padding: 2px 2px 2px 15px;
    color: #222;
}
.select2-container-multi .select2-choices .select2-search-field {
    height: 22px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 22px;
    margin: 0;
    border: none;
}
/** prevent increasing size of the input when using keyboard arrows, in multiple mode */
.select2-search-field > .select2-input {
    width: auto !important;
}

/* time_widget */
.ami-time-container .select2-container {
    max-width: 50px;
}

.control-group .select2-choice,
.control-group .select2-container-multi .select2-choices {
    border: none;
    border-radius: 0px !important;
    box-shadow: none !important;
}
form .col-grouped .box-success .select2-container-multi .select2-choices {
    max-height: 100px !important;
    overflow-y: auto;
}
.item-row div.select2-container {
    min-width: 60px;
}
